Interface UdpProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
UdpProcessImpl

public interface UdpProcess extends Process
Information provided by the PKI file:

    \class UdpProcess
    
    \brief UdpProcess handles and manipulates the UDP process.
    
    \example network().getDevice("Router0").getProcess("UdpProcess")
    
Author:
Auto-generated
  • Method Details

    • getHigherProcess

      Process getHigherProcess(int localPort)
      Information provided by the PKI file:
      
          \brief Returns the higher process at the specified local port.
          
          \param localPort, the local port of the process of interest.
          
          \return Process, the Process object at the specified local port.
          
              
      Parameters:
      localPort - Takes in a parameter of localPort
      Returns:
      Process Returns a Process
    • createCustomUdpProcess

      CustomUdpProcess createCustomUdpProcess()
      Information provided by the PKI file:
      
          \brief Creates a custom UDP process.
          
          \return CustomUdpProcess, the CustomUdpProcess object.
          
              
      Returns:
      CustomUdpProcess Returns a CustomUdpProcess